home *** CD-ROM | disk | FTP | other *** search
- Form1
- Form1
- Form15
- Command6
- Set Default
- Text2
- Command5
- Set Mask
- Command4
- Mask Select
- Command3
- Select Text
- Text1
- Text1
- Command2
- Cliptext
- Command1
- MaskedEdit1
- MaskEdBox
- ## \Apples(
- Label1
- phone Number
- Command1_Click
- maskdit
- MaskedEdit1_
- Command2_Click
- ClipText
- form1F
- MaskedEdit1_ValidationError
- InvalidText
- StartPosition
- Form_Load+
- SelStart
- selectstartw
- Command3_Click
- text1
- SelLength
- startSel
- LengthSel
- SelText
- Command4_Click
- MaskedEdit1_Change
- Command5_Click
- Text1_Change
- defaultThen
- default
- Text2_Change
- Command6_Click
- text2
- PromptInclude
- curmsk
- Command1_Click
- Command2_Click
- Command3_Click
- text1.Text = text1.SelText
- Command4_Click
- 23 \Apples
- Command5_Click
- ## units
- Command6_Click
- Apples
- MaskedEdit1_Change
- If maskededit1.Mask <> "## \Apples" Or maskededit1.Text <> default Then
- maskededit1.Mask = "## \Apples"l
- End If
- MaskedEdit1_ValidationError
- MsgBox "Not a valid number"
-